go/types.gcSizes.Alignof (method, view implemented interface methods)

5 uses

	go/types (current package)
		gcsizes.go#L15: func (s *gcSizes) Alignof(T Type) (result int64) {
		gcsizes.go#L26: 		return s.Alignof(t.elem)
		gcsizes.go#L44: 			if a := s.Alignof(f.typ); a > max {
		gcsizes.go#L89: 		a := s.Alignof(f.typ)
		gcsizes.go#L153: 		return align(offs+size, s.Alignof(t)) // may overflow to < 0 which is ok